home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / bec_bbs.arc / BOARD.BAT < prev    next >
DOS Batch File  |  1989-12-03  |  919b  |  41 lines

  1. :start1
  2. cd\pcb
  3. @echo off
  4. c:\dv\dvansi
  5. c:\dv\ldfilter
  6. SET JMODEM=SHUTUP
  7. SET DSZLOG=PCBDSZ.LOG
  8. SET COMSPEC=C:\dos\command.com
  9. SET PCBCAP=H:\WORK\
  10. SET PCBSHELL=H:\PCB\                    ;Used w/EMS ver. of PCB
  11. SET CONFINFO=c:\PCB\MAIN\
  12. SET EXTUSER=c:\PCB\MAIN\
  13. SET CITY=ON
  14. SET TAGLINE=BEC BBS - Springfield, Il - (217) 789-5970
  15. SET NOULBY=ON
  16. SET EDITOR=C:\QE\Q                      ;I use QEDIT for an editor
  17. SET LIB=C:\PATH\
  18. SET DOORPCH=PCB
  19.  
  20. :START2
  21. if exist remote.bat rename remote.bat remote.sys
  22. if exist event.bat rename event.bat event.sys
  23. if exist door.bat del door.bat
  24. if exist endpcb del endpcb
  25. pcboard/PCBTRAP/max:115/blim:10/fast
  26. if exist remote.bat remote
  27. if exist door.bat goto opendor
  28. if exist event.bat event
  29. if exist endpcb goto end
  30. goto start1
  31.  
  32. :opendor
  33. door
  34. goto start2
  35.  
  36. :end
  37. del endpcb
  38. cls
  39. PROMPT $P$G
  40. ECHO NODE 1 Exited to DOS -- Type "Board" to restart Node 1
  41.